home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / glance30.zip / GLANCE.DOC < prev    next >
Text File  |  1994-06-03  |  22KB  |  478 lines

  1. -------------------------------------------------------------------
  2. Deze copie van Glance bevat ook een nederlands documentatiebestand
  3. -------------------------------------------------------------------
  4.  
  5.  
  6.           English documentation with the Shareware Program
  7.  
  8.  
  9.                        Glance Version 3.0
  10.  
  11.                January 1992, May 1993, March 1994,
  12.  
  13.                       by J. Schipperheijn
  14.                          Postbus 1494
  15.                        5602 BL Eindhoven
  16.                         The Netherlands
  17.  
  18.  
  19. -------------------------------------------------------------------
  20.  
  21.                          RUNNING GLANCE
  22.  
  23.                Copy ALL five Glance files to one
  24.                    directory on your hard disk.
  25.  
  26.                   Run by typing GLANCE [RETURN]
  27.  
  28. -------------------------------------------------------------------
  29.  
  30.                              GOALS
  31.  
  32. Glance is a program-starter. Glance can contain a maximum of 84
  33. specifications of application programs. Each of these programs can
  34. be run by Glance. Running a program from Glance takes up only
  35. 5808 bytes of the memory available to your application program.
  36.  
  37. The main goal of Glance is to provide an attractive graphic
  38. program-starter that people actually use. Therefore it had to be
  39. easy to work with, have a good-looking user interface and, most
  40. important, it had to be fast.
  41. That's why all graphics routines and most of the rest of the
  42. source code is written directly in assembler language, specifically
  43. to fit the needs of Glance. I didn't use any existing procedure
  44. libraries or standard BIOS functions. Glance is as fast as it can
  45. possibly get.
  46.  
  47. -------------------------------------------------------------------
  48.  
  49.                       SYSTEM REQUIREMENTS
  50.  
  51. Glance works on all IBMs and true compatibles with 256 Kb free
  52. memory, a VGA-card and DOS 3.0 or higher.
  53.  
  54. DOS 3.0 or higher is only needed to provide the Glance start-up
  55. directory, which Glance needs to be able to (re)load the Glance
  56. overlay files and load/save your data.
  57. DOS versions with a lower version-number will cause Glance to
  58. report an error and exit to DOS, so watch your SETVER-setup.
  59.  
  60. -------------------------------------------------------------------
  61.  
  62.                           VERSION INFO
  63.  
  64. In version 2.0, some frequently used graphics routines have been
  65. replaced by faster ones. The text on the "Menu One" and "Menu Two"
  66. buttons has been replaced by "Go to Menu One" and "Go to Menu Two"
  67. respectively, and some (syntax) errors have been removed from the
  68. documentation files.
  69.  
  70. In version 3.0, only the address of the author is different.
  71.  
  72. -------------------------------------------------------------------
  73.  
  74.                          GLANCE GENERAL
  75.  
  76.  
  77. Glance can be controlled with both mouse and keyboard. The standard
  78. setting for the mouse cursor is a fly. This cursor may blink a bit
  79. on slower computers because it is quite a complex drawing. If the
  80. blinking bothers you, switch to the arrow cursor by pressing Alt+A.
  81. The hot spot of the fly is right between his eyes.
  82.  
  83. It is IMPORTANT to know that within Glance the right mouse button
  84. is identical to a SHIFT key. By pressing a shift key you will be
  85. able to select from the lower half of one of the menus.
  86.  
  87. The setting of the three main switches of Glance (check the task
  88. screen) are saved automatically to the EXE file when you quit
  89. Glance, so you don't have to do that yourself. The menu data will
  90. not be saved automatically, of course.
  91.  
  92. When you save your data with F2, Glance will first back up your old
  93. data file. This means that the old DAT file will be renamed to
  94. GLANCE.BAK. So if you make a mistake and you want your old data
  95. back, go to DOS and rename GLANCE.BAK to GLANCE.DAT.
  96.  
  97. Because Glance has to read the same files from disk quite often its
  98. performance will increase drastically if a disk-cache is installed.
  99.  
  100. -------------------------------------------------------------------
  101.  
  102.                  OPTIONAL COMMAND LINE PARAMETER
  103.  
  104. VGA : force Glance to "detect" a VGA card. Pass this parameter to
  105. Glance if you discover that Glance is not able to detect your VGA
  106. card automatically (which is very unlikely).
  107.  
  108. -------------------------------------------------------------------
  109.  
  110.                           PROGRAM SETUP
  111.  
  112. Glance can contain up to 84 program specifications. These
  113. specifications are divided into 2 menus. You can switch from one
  114. menu to the other by pressing TAB or SPACE. Each menu, containing
  115. 42 specifications, is split into an upper and a lower half.
  116. In between the upper and the lower half there are five function
  117. buttons on your screen.
  118. Normally, regardless of the setting of the CAPS LOCK key, only the
  119. upper half of a menu is visible on your screen. If you press a
  120. shift key -or the right mouse button- the lower half will become
  121. visible. The function buttons are always on the screen.
  122.  
  123. Glance has a task screen, on which ten functions and their corres-
  124. ponding [function] keys are displayed. This screen is only
  125. programmed for mouse addicts. Keyboard users can call all functions
  126. directly from one of the menus by pressing the function key.
  127.  
  128. -------------------------------------------------------------------
  129.  
  130.                            GLANCE FILES
  131.  
  132. Glance consists of six files. As said before, ALL files have to be
  133. in ONE directory - the documentation file as well, so it can be
  134. read from within Glance [by pressing F8]. Glance is...
  135.  
  136.   ■ GLANCE.EXE    Resident program starter.
  137.   ■ GL0594.EXE    Main executable file.
  138.   ■ GLANCE.OVL    Overay file with code and data.
  139.   ■ GLANCE.DOC    English documentation file.
  140.   ■ GLA_NL.DOC    Dutch documentation file.
  141.   ■ GLANCE.DAT    Data file.
  142.  
  143. One way of deleting all program specifications at once is by
  144. deleting the file GLANCE.DAT. This is the file in which Glance
  145. stores its data. However, it is better to clear the menus from
  146. within Glance by using the Reset function [F7].
  147.  
  148. -------------------------------------------------------------------
  149.  
  150.                           MENU SCREENS
  151.  
  152. After the introduction screen you will see the upper half of Menu
  153. One appear on your display. You can start up any program from this
  154. part of the menu structure by pressing the corresponding letter on
  155. your keyboard. With the mouse: click on the screen button that
  156. displays the name of the program you want to run.
  157.  
  158. To run a program from the lower half of a menu, hold down a shift
  159. key or the right mouse button, then press the letter [a..u] or
  160. click on the screen button with your mouse.
  161.  
  162. If you are in Menu One (for example immediately after start up) the
  163. lower left corner of the screen shows a button saying "Go to Menu
  164. Two". Similarly, Menu Two has a button saying "Go to Menu One".
  165. You can switch between the two menus by clicking on these buttons
  166. with the mouse, or by pressing TAB or SPACE on the keyboard.
  167.  
  168. Before Glance runs a program it always switches the current DOS
  169. directory to the directory that contains the program, according to
  170. your specification. This way the program has a better chance of
  171. finding its data and/or setup files.
  172.  
  173. -------------------------------------------------------------------
  174.  
  175.                          MAIN FUNCTIONS
  176.  
  177. The menu screens contain four function buttons. You can press these
  178. buttons with the mouse, or by pressing ALT and the underlined
  179. letter in the function name. The state of any of the shift keys is
  180. not important. The available functions are...
  181.  
  182. Alt+E │ EDIT │ Add or edit a program specification. This function
  183.                will be explained in detail in the next section.
  184. Alt+H │ HELP │ This function can also be called with F1. It shows
  185.                a screen with the most important information for a
  186.                starting Glance user. TAB toggles between main help
  187.                and help on the Task screen.
  188. Alt+T │ TASK │ Switches to the Task screen. Press Escape or Return
  189.                to return to the Menu screen.
  190. Alt+X │ EXIT │ After Glance has made sure your data is saved it
  191.                returns to DOS.
  192.  
  193. -------------------------------------------------------------------
  194.  
  195.                         THE EDIT FUNCTION
  196.  
  197. After you press the EDIT button you are supposed to select the
  198. button you want to edit. You can select any button from any menu,
  199. just like you do when you want to run a program.
  200.  
  201. After you have selected a button, Glance asks for three things...
  202.  
  203. MENU NAME │ The name you enter here will be displayed in the menu.
  204.             It doesn't have to make sense to anyone but you (you
  205.             have to know what program the name refers to).
  206.             For example, type "Word Perfect 5.1" for WP.
  207.             Maximum string length: 20 characters.
  208. FILE NAME │ Enter the exact location and name of the file you want
  209.             Glance to run, In the usual format:
  210.             [drive:] [\path\] filename [.extension].
  211.             Example: "C:\WORD\PERFECT\WP.EXE". You don't HAVE to
  212.             enter anything in between square brackets, but it is
  213.             highly recommendable to do so. For example, if you only
  214.             enter "WP", Word Perfect will only run if
  215.             c:\word\perfect is the current DOS directory.
  216. PARAMETER │ Enter the parameters you want Glance to pass to the
  217.             program (for example the name of a document).
  218.  
  219. When you are editing text, the following functions are available:
  220. (only functions with a button on the screen can also be called with
  221. the mouse. By the way: the cursor is white and does not blink)
  222.  
  223. - ARROW UP    : line up
  224. - ARROW DOWN  : line down
  225. - ARROW LEFT  : character left
  226. - ARROW RIGHT : character right
  227. - CTRL-Y      : delete line
  228. - HOME        : go to the first character of the line
  229. - END         : go to the last character of the line
  230. - RETURN      : confirm line, go to next line
  231. - INSERT      : confirm line, stop editing, update menu
  232. - ESCAPE      : stop editing, do not update the menu
  233.  
  234. With Alt+C, the Check function, you can check if the filename you
  235. entered is correct. That is: if Glance can find the file! This
  236. function is very strict: when you run a program and the file name
  237. is not fully specified (for example, you did not enter the
  238. extension because you forgot whether it was EXE or COM), Glance
  239. will try to add all the missing information. Most of the time
  240. Glance will be able to track down which file you mean and run it.
  241. The Check function, however, does not accept incomplete file
  242. specifications. So when you do not enter the extension of a file,
  243. the Check function will say 'File not found'.
  244.  
  245. -------------------------------------------------------------------
  246.  
  247.                              TASKS
  248.  
  249. Pressing Alt+T opens the Task screen. As said before, all tasks can
  250. be called from the menu screen as well by pressing their function
  251. key. The following tasks are available...
  252.  
  253. F1  │  Help                │  Guess... Press TAB to toggle between
  254.                               the two available screens.
  255. F2  │  Save Entries        │  Writes the Glance data to disk. First
  256.                               it renames the old data file to *.BAK
  257. F3  │  Load Entries        │  (Re)loads the Glance data. Glance
  258.                               loads the data automatically at start
  259.                               up, but you may want to use this
  260.                               function to undo editing you regret.
  261. F4  │  Go to OS Shell      │  Creates a DOS Shell by running
  262.                               COMMAND.COM. Type Exit [Enter] to
  263.                               return to Glance.
  264. F5  │  View OS Screen      │  Shows the DOS screen. Press any key
  265.                               or mouse button to return to Glance.
  266. F6  │  Blank Screen        │  Suppresses the display to prevent it
  267.                               from burning in. Press something to
  268.                               return to Glance.
  269. F7  │  Reset Part of Menu  │  Removes all program specifications
  270.                               from one half of a menu.
  271. F8  │  Read Documentation  │  Switches to a textmode to enable you
  272.                               to quickly check out this
  273.                               documentation file. Mouse available.
  274. F9  │  About Glance        │  Displays information about Glance, its
  275.                               author and the registration procedure.
  276. F10 │  Park Hard-disks     │  Parks all connected hard-disks. Do
  277.                               not forget to save your data before
  278.                               you turn off your computer.
  279.  
  280. -------------------------------------------------------------------
  281.  
  282.                             SETTINGS
  283.  
  284. On the Task screen you can set any of the three available switches.
  285. Whatever is on the button applies if the corresponding picture
  286. appears "deep". All changes to these settings will be saved to the
  287. EXE file automatically when you quit Glance. Toggle the settings
  288. with the keyboard by pressing Alt+I, Alt+A or Alt+P.
  289.  
  290. The "Introducktion" switch gives you the possibility to disable the
  291. introduction screen. Doing that would bring you immediately to Menu
  292. One after start-up.
  293.  
  294. "Arrow Mouse" disables the default fly cursor and turns it into
  295. an every-day, even more default, Microsoft mouse arrow look-a-like.
  296.  
  297. The "Prevent Mistakes" switch enables you to have your actions
  298. verified by Glance. This mainly comes down to having to answer the
  299. question "Are you sure ?" when you run a program or quit Glance.
  300.  
  301. -------------------------------------------------------------------
  302.  
  303.                              HISTORY
  304.  
  305. Glance is the follow up of Glimpse, a Shareware program starter
  306. I wrote for text screens, that also works with the Shift-concept.
  307. The programs are called Glimpse and Glance because after you have
  308. worked with them for a while, you will be able to locate the keys
  309. of the most-used programs so fast that the menu screens will
  310. hardly become visible.
  311.  
  312. The functionality of Glimpse is almost identical to that of Glance.
  313. The implementation of course, differs quite a bit. Glimpse only
  314. uses text screens. Therefore, it will work with all videocards and
  315. is very much faster than its handsome brother.
  316.  
  317. If you still think Glance is too slow, or you just want to get to
  318. know the razor-sharp predecessor of Glance, then get Glimpse. Copy
  319. it from a friend, or order it. If you choose the latter, I will
  320. send you a copy of the latest version of Glimpse.
  321.  
  322. -------------------------------------------------------------------
  323.  
  324.                            REGISTERING
  325.  
  326. If you use Glance and enjoy working with it, you should register
  327. your copy. It encourages me to carry on. Of course, there is also
  328. something in it for you.
  329. As a registered user you are the first one to know about updates,
  330. which you can order for a small amount of money. I will also help
  331. you when you are facing problems with Glance (or anything else for
  332. that matter).
  333.  
  334.                            TO REGISTER
  335.  
  336.                    Send cash money (no cheques),
  337.              US$ 20,- or foreign equivalent suggested,
  338.               do not forget to mention "GLANCE", to
  339.  
  340.                          J. Schipperheijn
  341.                            Postbus 1494
  342.                         5602 BL  Eindhoven
  343.                          The Netherlands
  344.  
  345.                   If you live in The Netherlands,
  346.                  transfer Fl. 29,- to register, or
  347.                Fl.34,- if you want to receive a copy
  348.               of the latest version, to Giro 6266751.
  349.  
  350.       Please check the address with the About Glance screen
  351.           before you send anything. THANK YOU VERY MUCH!
  352.  
  353. -------------------------------------------------------------------
  354.  
  355.                             QUESTIONS
  356.  
  357. If you have any questions, suggestions, remarks or problems: just
  358. send them to me. You will always get a reply. If you manage to find
  359. a bug in Glance, you will get a corrected version right away,
  360. whether you are a registered user or not.
  361.  
  362. -------------------------------------------------------------------
  363.  
  364.                            CONDITIONS
  365.  
  366. Glance is a Shareware program. You can freely copy it and pass it
  367. on to friends if you want to, but ONLY if you make sure Glance is
  368. complete and unchanged.
  369.  
  370. Glance may not be distributed or sold by anyone for any amount of
  371. money higher than the duplication/dispatch costs.
  372.  
  373. The author is not responsible for any damage claimed to be caused
  374. by Glance.
  375.  
  376. -------------------------------------------------------------------
  377.  
  378.              OTHER SHAREWARE PROGRAMS FROM THE AUTHOR
  379.  
  380.  
  381.                       * * * DAYWATCH * * *
  382.  
  383. Daywatch is a sort of thinking calendar, to keep track of birthdays
  384. and other events. It consists of two separate parts; an extensive
  385. and professional editor for creating and modifying calendars, and a
  386. second program with which you can 1) check one or more calendars
  387. for events to come (you can set the number of days you want to be
  388. warned in advance) and 2) configure Daywatch.
  389.  
  390. Daywatch is meant to be called from autoexec.bat, so that if
  391. something is about to happen, you will get a message when you turn
  392. on your system. All tools required to add or remove calls from
  393. autoexec.bat are internally provided by Daywatch. Daywatch is NOT
  394. a resident program; it is just started when you turn on your system,
  395. warns ONLY if there is an upcoming event and after that terminates
  396. like any other program (freeing all allocated memory). Daywatch
  397. comes with a demonstration calendar with the names, birthyears and
  398. birthdays of about three hundred pop-stars.
  399.  
  400. To register Daywatch, transfer Fl 10,- to Giro 6266751 if you live
  401. in The Netherlands. Otherwise, send cash money, £5 Sterling or
  402. foreign equivalent suggested, to J.Schipperheijn, Eindhoven, The
  403. Netherlands. Do not forget to mention "Daywatch". If you want me to
  404. send you a copy of the latest version, please add some extra money.
  405. Daywatch is NOT the two pages of Basic listing you associate
  406. with £5, but a functional and complete application program of
  407. about 130 Kb. It will definitely be worth your money.
  408.  
  409. If you register Gaze, you will get a copy of Daywatch for free.
  410.  
  411.  
  412.                        * * * GLIMPSE * * *
  413.  
  414. Glimpse is the predecessor of Glance; a mouse-supporting menu
  415. program which is almost entirely written in assembler language.
  416. Glimpse can contain a maximum of 42 application programs and uses
  417. text modes only (it works with all videocards).
  418. Glimpse is, without doubt, the fastest menu program you will ever
  419. see. It is a razor-sharp no-nonsense tool that has proven to be
  420. particularly appreciated by experienced users, programmers and
  421. anyone who just wants to be able to switch between applications
  422. without being aware of it.
  423. Glimpse is written for users who like to be as close to the DOS
  424. prompt as possible. The whole concept points in this direction,
  425. including the visual part; Glimpse only uses the right half of the
  426. screen, leaving directory information and the prompt clearly
  427. visible. All programs can be started by pressing ONE key only.
  428.  
  429. Registering Glimpse; if you live in The Netherlands, transfer
  430. Fl 19,- to Giro 6266751, addressed to J.Schipperheijn, Eindhoven.
  431. Abroad; send CASH money, £10 or equivalent suggested, to above
  432. address. Do not forget to mention "Glimpse". If you want me to
  433. send you a copy of the latest version, add some extra money and
  434. make sure I know what you want.
  435.  
  436. If you register Gaze, you will get a copy of Glimpse for free.
  437.  
  438.  
  439.                         * * * GAZE * * *
  440.  
  441. Gaze is the follow-up to Glance. Yes; again a graphical menu
  442. program, but with a forward leap that is hard to imagine. To start
  443. with, all useful suggestions from several hundreds of letters of
  444. Glance users have been incorporated in this program. This means
  445. that Gaze features a balanced selection of the most-wanted
  446. functionality, moulded in a graphical interface that leaves
  447. shareware and commercial competitors far behind.
  448.  
  449. Still, Gaze works on all computers with a VGA card, DOS 3.2 or
  450. higher and 512 Kb free base memory. Application programs are
  451. divided into groups. Groups as well as programs can be protected
  452. with a password. Some password options make Gaze tailor-fit for
  453. use in classes or by little children.
  454.  
  455. The differences with Glance are hard to grasp. To give you some
  456. idea: Gaze uses proportional fonts only (like MS Windows).
  457. Combined with an advanced "off-screen-cache" algorithm, this
  458. guarantees an attractive, but mainly fast, interface.
  459.  
  460. You can order Gaze by transferring Fl 37,50 to Giro 6266751 if you
  461. live in The Netherlands. Otherwise, send CASH money (no cheques
  462. please) £15 Sterling or US$ 20 suggested, to the above address.
  463.  
  464. If you register Gaze, you will receive a disk with copies of ALL
  465. my shareware programs, and of course a copy of the registered
  466. version of Gaze. This version features a database, with which you
  467. can let your modem dial phone numbers. In order for this function
  468. to work your telephone should be connected to the modem.
  469.  
  470. -------------------------------------------------------------------
  471. I want to thank Mr. Gary Trudeau from Polperro, Cornwall, England,
  472. for proof-reading this documentation file.
  473. -------------------------------------------------------------------
  474.  
  475.                            End of file
  476.  
  477. -------------------------------------------------------------------
  478.